home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / c-lang / phnlgdvk.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  31 lines

  1. Short:    Phone log file standard (SGML format) V1.2
  2. Author:   i07m@zfn.uni-bremen.de (Kai Hofmann)
  3. Uploader: i07m@zfn.uni-bremen.de (Kai Hofmann)
  4. Type:     dev/c
  5.  
  6. It seems that there was no standard for log files that are used
  7. to log modem connections etc. As you can see programs like PhoneBill (by
  8. Raymond Penners) support very much different log file formats.
  9. So I decided to create a standard based on SGML (Standard Generalized Markup
  10. Language) which is defined in ISO8879 and on ISO8601 which defines date/time
  11. representations.
  12.  
  13. SGML uses the ASCII characterset as base, so it can be used on every
  14. platform. On the other hand SGML gives the log file a real structure
  15. that is defined by the DTD (Document Type Definition).
  16.  
  17. The advantage of using SGML is that these log files have a structure, so they
  18. can be easily interchanged with other SGML applications like databases,
  19. wordprocessors or calculation software.
  20.  
  21. By supporting this standard with your software you give the user the
  22. possibility to create or evaluate log files with software from
  23. different platforms; and you get a standard that is easily extended
  24. should a need occur.
  25.  
  26. To make this standard widely used, I provide a generator and a parser for
  27. this log file standard for free!
  28.  
  29. Kai Hofmann
  30. i07m@zfn.uni-bremen.de
  31.